set the visible of sprite the currentSpriteNum to 1
set the visible of sprite (the currentSpriteNum + 1) to 0
set the visible of sprite (the currentSpriteNum + 2) to ItemState
end
on mouseEnter me
set the visible of sprite (the currentSpriteNum + 1) to 1
end
on mouseLeave me
set the visible of sprite (the currentSpriteNum + 1) to 0
end
on mouseDown
end
on mouseUp
set the visible of sprite modified to 1
set Seen to the visible of sprite (the currentSpriteNum + 2)
set the visible of sprite (the currentSpriteNum + 2) to 1 - Seen
end
on getBehaviorDescription
return "Hilite one field for description. Second field is intended for a toggling bitmap (checkboxes and such). The paramitra is 1 for default on, 0 for default off."